home *** CD-ROM | disk | FTP | other *** search
/ Game One! / GameOne!.iso / emuladores / Final Burn / howtocheat.txt < prev    next >
Encoding:
Text File  |  2001-12-16  |  5.5 KB  |  132 lines

  1.             ______                                ____
  2.            |  ____| _   __   _    ___    _       |  _ \   _   _   ____    __   _
  3.            | |__   | | |  \ | |  / _ \  | |      | |_) | | | | | |  _ \  |  \ | |
  4.            |  __|  | | |   \| | | |_| | | |      |  _ <  | | | | | |_) | |   \| |
  5.            | |     | | | |\   | |  _  | | |__    | |_) | | |_| | |  _ <  | |\   |
  6.            |_|     |_| |_| \__| |_| |_| |____|   |____/   \___/  |_| \_\ |_| \__|
  7.                            _____________________________________
  8.                           |  __        ________             __  |
  9.                           | |  `.  |`.`. .----.\    .┤|   .┤  | |
  10.                           | | |`.`.| |  `.`---┤/.┤|_| | .┤.┤| | |
  11.                           | | | _`.`. `._| |`-┤ |  _  :┤.┤_ | | |
  12.                           | |_|/_____`.__`.|    |_| :┤_____\|_| |
  13.                           |     G A M E R ' S   D R E A M S     |
  14.                           `------------.           .------------┤
  15.                                         `.       .┤
  16.                                           `.   .┤
  17.                                             `.┤
  18.  
  19.                             http://cp-systems2turbo.emuunlim.com
  20.  
  21.  
  22.                        GUIDE TO THE FINAL BURN ALPHA CHEAT SYSTEM V2
  23.                        ---------------------------------------------
  24.                        by Mike_Haggar_99@hotmail.com and HyperYagami
  25.  
  26.  
  27. SMALL FAQ
  28. ---------
  29. Q: The memory locations I can use/have found in Kawaks/Nebula doesn't work!
  30.  
  31. A: The memory values are XOR1 compared to Kawaks/Nebula cheats.
  32.    Mame uses the same memory locations as Final Burn Alpha.
  33.  
  34.  
  35. Q: The cheat has a * in the cheat name, what does that mean?
  36.    -or-
  37.    The cheats with a * in the cheat name doesn't work!
  38.  
  39. A: This cheat has some comments in the fbcheat.dat file. It explains what you have to
  40.    do to make the cheat work. Open the fbcheat.dat file and check what it says under the
  41.    name of the game you're playing.
  42.  
  43.  
  44. Q: The cheats doesn't appear!
  45.  
  46. A: Make sure you have the fbcheat.dat file in a cheat directory. If FinalBurn.exe is in
  47.    C:\FB\ then the fbcheat.dat file has to be in C:\FB\Cheat\
  48.  
  49.  
  50. Q: Make cheats work in netplay!
  51.  
  52. A: No.
  53.  
  54.  
  55. HOW TO CHEAT
  56. ------------
  57. 1. Start a game
  58. 2. Click on misc > enable cheats
  59. 3. Double click on a cheat to get either a drop-down box or a dialog where you can choose
  60.    enable/disable
  61. 4. When it's a drop-down box press the down arrow at the right side and choose an option
  62.    there, choose disabled to disable the cheat. Press the close button when you are done.
  63. 5. When it's a dialog where you can choose enable/disable press the little circle left to
  64.    the option if you want to turn the cheat on/off.
  65.  
  66.  
  67. HOW TO MAKE A CHEAT
  68. -------------------
  69. All cheats should be added to the fbcheat.dat file in the cheat directory.
  70. There are type 1 and type 2 cheats.
  71.  
  72. Cheat type 1
  73. ------------
  74. This cheat type is used for Region Switches or anything that should be presented in a 
  75. list fashion.
  76.  
  77. It has the capability of writing to more than 1 memory location at once and you can
  78. have different values written to each loaction.
  79.  
  80. The format of cheat type 1 is like this:
  81. CheatType:GameName:NoOfLocsToWrite:MemLoc1:WriteValue1:MemLoc2:WriteValue2:(...):CheatName:ChoiceName
  82.  
  83. The values are separated by :'s.
  84. All values are treated as hex except CheatType & NoOfLocsToWrite.
  85.  
  86. CheatType       = The cheat type, if you want cheat type 1 type 1 in that field.
  87. GameName        = The shortened name of the game (max 8 signs).
  88. NoOfLocsToWrite = Should be the same as the number of MemLoc/WriteValue pairs. (max = 30)
  89. MemLocX         = The hex offset you want the memory location to be altered (max 4 signs).
  90.                   FF is automatically added in front of the hex offset.
  91. WriteValueX     = The value to write in MemLoc (max 2 signs).
  92. CheatName       = The name of the cheat. It should explain what the cheat does.
  93. ChoiceName      = The text name that represents the ChoiceValue
  94.  
  95. Example    =
  96. 1:19xx:1:4d6e:00:Region:Japan
  97. 1:19xx:1:4d6e:01:Region:USA
  98. 1:19xx:1:4d6e:02:Region:Asia
  99. (and so on)
  100.  
  101. Cheat type 2
  102. ------------
  103. Virtually the same as type 1, except this is on/off-oriented rather than list-oriented.
  104.  
  105. The format of cheat type 2 is like this:
  106. CheatType:GameName:NoOfLocsToWrite:MemLoc1:WriteValue1:MemLoc2:WriteValue2:(...)CheatName
  107.  
  108. The values are separated by :'s.
  109. All values are treated as hex except CheatType & NoOfLocsToWrite.
  110.  
  111. CheatType       = The cheat type, if you want cheat type 2 type 2 in that field.
  112. GameName        = The shortened name of the game (max 8 signs).
  113. NoOfLocsToWrite = Should be the same as the number of MemLoc/WriteValue pairs. (max = 30)
  114. MemLocX         = The hex offset you want the memory location to be altered (max 4 signs).
  115.                   FF is automatically added in front of the hex offset.
  116. WriteValueX     = The value to write in MemLoc (max 2 signs).
  117. CheatName       = The name of the cheat. It should explain what the cheat does.
  118.  
  119. Example    =
  120. 2:ssf2t:2:87ff:0a:880b:0a:1P Gouki
  121. 2:sfa2:2:8A99:B0:869A:00:Infinite Custom Combo PL2
  122. 2:xmvsf:5:5113:00:4053:10:4853:10:50b1:10:50b3:10:1P Apocalypse
  123.  
  124. Remark
  125. ------
  126. There are considerably more processing for type 1 than type 2.  Therefore use type 2
  127. whenever possible.  Plus it's easier to click on a radio-buttons (single click) than
  128. choosing a thing on a combo-box (click, scroll, click), IMO.
  129.  
  130. That's it! Nothing more!
  131. Damn! you read the whole thing!
  132. -end of document-